home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / DXNET3A5 / UPDATE3A.TXT < prev   
Encoding:
Text File  |  1997-11-22  |  2.7 KB  |  84 lines

  1. 19/11/97      - The update function searches the position of the last
  2.         "&&" characters and puts the new record just after them.
  3.         This avoids the insertion of some unneeded characters
  4.         between two records.
  5.  
  6. 20/11/97      - DxNet was sending some bad protocols (PC16) during the
  7.         initialization sequence if the adjacent was calling it.
  8.         Fixed. Thanks to LA3WAA.
  9.  
  10.           - A crash occured if someone tried to send a talk to the
  11.         console. Fixed.
  12.  
  13.           - Sender -0' SSID removed from talk messages (linux
  14.         version). Tks F1TE.
  15.  
  16.           - Time added in talk messages.
  17.  
  18.           - Adding the Quit user command as an alternativ of
  19.         Bye.
  20.  
  21.           - Adding new command SET/LOGs. This command will be used
  22.         by the sysop to define which logs he wants dxnet writes.
  23.  
  24.             Ex : SET/LOG +USER +NODE +PING
  25.  
  26.         All logs will be saved in the directory dxnet\logs.
  27.  
  28.         Which log          Argument        File
  29.         Users connection      USER        logs/userYYMM.log
  30.         Clusters connection   NODE        logs/nodeYYMM.log
  31.         Ping                  PING        logs/pingYYMM.log
  32.  
  33.         where YY is the year, and MM the month.
  34.  
  35.  
  36. 21/11/97      - Stack size increased to 16 Ko.
  37.  
  38.           - When the first characters of an entered command was '*',
  39.         the extcmd module crashed. Fixed.
  40.  
  41.           - Adding topic for each database. Topics are following
  42.         the character '#' and are placed in the last position
  43.         of the database definition file. For example, you can
  44.         have the following local.dat file :
  45.         QSL  QSL_NEW  QSL   #QSL manager database
  46.         IOTA IOTA        #IOTA database
  47.  
  48.         The list of the whole databases is showed with either
  49.         SHow/DATabase or SHow/BAse.
  50.  
  51.         Topic length can't exceed 80 characters.
  52.  
  53. 22/11/97      - A file wasn't properly closed after an extcmd had been
  54.         executed. Fixed.
  55.  
  56.           - Adding a Message Of The Day (MOTD) feature. The MOTD is
  57.         saved in the language directory. Its file name is of the
  58.         form of other language files :
  59.  
  60.             MOTDn.TXT
  61.  
  62.         where n indicates the language number.
  63.  
  64.         The sysop can modify them using the command SET/MOTD n. He
  65.         can also show them using the command SHow/MOTD n.
  66.         In these commands, n is optionnal. If n is not specified,
  67.         it is set by default to the sysop language number.
  68.  
  69.           - Fixed SH/DX <band> which doesn't work properly. Tks F1TE.
  70.  
  71.           - Adding new symbols %o and %u :
  72.             %o    Server callsign without SSID
  73.             %u      Connected user callsign without SSID
  74.  
  75.           - Adding the command SET/BLACKlist to set which callsigns
  76.         (whatever SSID) the sysop wants to unauthorize connection.
  77.  
  78.             Ex : SET/BLACK +NOCALL +TNC2 +F5XYZ etc
  79.  
  80.           - Adding the new command SET/SSID to set which SSID the
  81.         server mustn't clear from the local user callsign when
  82.         he's connecting.
  83.  
  84.             Ex : SET/SSID +6 +7 +8 +9